home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global songnum
- puppetPalette("movie menu palette")
- if (the soundEnabled = 1) and not soundBusy(2) then
- set songnum to random(2)
- sound playFile 2, "song" & songnum
- end if
- end
-
- on mouseDown
- if (the clickOn >= 17) and (the clickOn <= 20) then
- BUTTONDOWN()
- else
- if the clickOn = 48 then
- puppetSound("click")
- end if
- end if
- end
-
- on mouseUp
- global voice
- if (the clickOn >= 17) and (the clickOn <= 20) then
- if the clickOn = 17 then
- INFOBUTTON()
- end if
- if the clickOn = 18 then
- set voice to 0
- puppetSprite(25, 0)
- puppetSprite(26, 0)
- puppetSprite(27, 0)
- puppetSprite(12, 0)
- puppetSprite(13, 0)
- puppetSprite(48, 0)
- play frame "hideslideshow"
- end if
- if the clickOn = 19 then
- ADDORDERBUTTON()
- end if
- if the clickOn = 20 then
- puppetSprite(25, 0)
- puppetSprite(26, 0)
- puppetSprite(27, 0)
- puppetSprite(12, 0)
- puppetSprite(13, 0)
- puppetSprite(48, 0)
- set voice to 0
- if soundBusy(2) then
- sound stop 2
- end if
- go("photo")
- end if
- end if
- if the clickOn = 48 then
- CHANGESOUND3B()
- end if
- end
-
- on exitFrame
- global fixpal
- go(the frame)
- end
-